ComponentOne ASP.NET MVC Controls
HeaderFormat Method

C1.Web.Mvc.Fluent Namespace > MultiSelectBuilder<T> Class : HeaderFormat Method
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.HeaderFormat. Sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
Syntax
'Declaration
 
Public Function HeaderFormat( _
   ByVal value As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> HeaderFormat( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The format string may contain the '{count}' replacement string which gets replaced with the number of items currently checked. The default value for this property in the English culture is '{count:n0} items selected'.
See Also

Reference

MultiSelectBuilder<T> Class
MultiSelectBuilder<T> Members